php forum
php mysql forum
php mysql smarty
 
Page 1 of 6 1 2 3 4 5 6 >
Topic Options
#197751 - 12/25/02 01:58 PM [6.4 - 6.6] [beta] Shoutbox
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
My second standalone "addon" smile

Name: UBB Shoutbox

Originally by: JustDave (for UBB.threads)

Description: This addon lets your users chat with each other, or leave a comment about your site, in a Shoutbox. It can be used in 3 different ways: iframe, ssi and javascript. Please refer to the script file for more information. NO FILES MODIFIED smile

Demo: http://www.ubbdev.com

Link: CGI File

Requirements: UBB™ 6.4.0 Beta Release 1.0

Number of Downloads: [img]http://www.ubbdev.com/lk/num.php?s=ubb_shoutbox64.txt[/img]

Thanks to the alpha testers - Allen, Chris, Dave2 and Chuck! smile
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197752 - 12/26/02 01:31 PM Re: [6.4 - 6.6] [beta] Shoutbox
Ron M Offline
Admin Emeritus

Registered: 11/29/01
Posts: 789
Loc: Des Moines, IA
Shoutbox works good except that mine is complaining about /noncgi/delshout.gif missing on IE and Opera. I'm snagging a graphic to stick in there, but you should probably put a note in there that this file is required.
_________________________
http://thegeeksinc.com
[img]http://www.ubbdev.com/ud/?u=Sub_Zero&s=1[/img] points generated

Top
#197753 - 12/27/02 05:31 AM Re: [6.4 - 6.6] [beta] Shoutbox
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Yes, noncgi/delshout.gif is a required graphic for the delete button of admins/mods.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197754 - 12/27/02 08:25 PM Re: [6.4 - 6.6] [beta] Shoutbox
djmaine Offline
Member

Registered: 04/30/02
Posts: 57
Loc: Windham, Maine
Ok...I admit I am confused...

I am unclear as to how I am adding this hack...

Is it all just one file called ubbshoutbox.cgi?
_________________________
Jim Casey
DJ Source Online Owner

www.djsourceonline.com

Top
#197755 - 12/28/02 12:06 AM Re: [6.4 - 6.6] [beta] Shoutbox
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
I'm pretty sure you upload ubbshoutbox.cgi in the appropiate folder and then call it onto your web page via SSI etc. whatever method you must use.

*Disappears*

Top
#197756 - 12/28/02 01:49 AM Re: [6.4 - 6.6] [beta] Shoutbox
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Yes, what LD said, except that it's "ubb_shoutbox.cgi" tipsy ... and that you should upload it to cgi-bin folder of your UBB.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197757 - 12/28/02 08:35 AM Re: [6.4 - 6.6] [beta] Shoutbox
djmaine Offline
Member

Registered: 04/30/02
Posts: 57
Loc: Windham, Maine
DO I upload the entire text or after the explanation...

It's not making any sense to me

frown
_________________________
Jim Casey
DJ Source Online Owner

www.djsourceonline.com

Top
#197758 - 12/28/02 08:41 AM Re: [6.4 - 6.6] [beta] Shoutbox
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
You rename "ubb_shoutbox64.txt" to "ubb_shoutbox.cgi", and upload it to your cgi-bin directory
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197759 - 12/28/02 10:44 PM Re: [6.4 - 6.6] [beta] Shoutbox
djmaine Offline
Member

Registered: 04/30/02
Posts: 57
Loc: Windham, Maine
I dide what was instructed, placed the javascript version in my footer and still do not see a thing...

Am I missing something?
_________________________
Jim Casey
DJ Source Online Owner

www.djsourceonline.com

Top
#197760 - 12/28/02 11:01 PM Re: [6.4 - 6.6] [beta] Shoutbox
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
1. "http://www.sourceonline.com/cgi-bin/ubb_shoutbox.cgi?s=javascript" - don't you mean djsourceonline?

2. When I try to access your shoutbox manually, I get a permission error... CHMOD it to 755 if it's UNIX, if not tell your server admin to change its mode to make it executeable.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197761 - 12/29/02 01:16 PM Re: [6.4 - 6.6] [beta] Shoutbox
djmaine Offline
Member

Registered: 04/30/02
Posts: 57
Loc: Windham, Maine
I got it LK thank you for your patience with me!
_________________________
Jim Casey
DJ Source Online Owner

www.djsourceonline.com

Top
#197762 - 12/30/02 08:47 PM Re: [6.4 - 6.6] [beta] Shoutbox
Hexican Offline
Member

Registered: 07/24/02
Posts: 51
Very nice Gizzy... works perfectly. Thanks to you and the others who worked on this.

A question... it allows unregistered or unlogged in members to post... how can I prevent this or is it possible?

Also, is there a way to refresh it automatically?

Thanks again...

Top
#197763 - 12/30/02 11:21 PM Re: [6.4 - 6.6] [beta] Shoutbox
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
WL, in ubb_shoutbox.cgi file there is [code][/code]Change "1" to "0".

to refresh it automatically - it's possible, but then it will also refresh the line where you type the text and it might be really annoying shocked . The best thing to do is to use jgeoff's modification to this mod - http://www.thegodfathertrilogy.net/chatbox_howto.txt
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197764 - 12/31/02 05:58 AM Re: [6.4 - 6.6] [beta] Shoutbox
Hexican Offline
Member

Registered: 07/24/02
Posts: 51
LK, thanks... after I actually read thru the code I saw that... I have removed my head from my tail now. Thanks for the reply and your patience for dumb questions smile

Top
#197765 - 01/02/03 08:41 PM Re: [6.4 - 6.6] [beta] Shoutbox
Daryl Fawcett Offline
User

Registered: 11/29/01
Posts: 28
Loc: Canada
What happened to the posts about Chatbox?

Were they deleted?
_________________________
Daryl Fawcett

Top
#197766 - 01/03/03 07:28 AM Re: [6.4 - 6.6] [beta] Shoutbox
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
They're in the topic in 6.3 forum tipsy
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197767 - 01/03/03 04:06 PM Re: [6.4 - 6.6] [beta] Shoutbox
twslex Offline
Member

Registered: 06/13/02
Posts: 100
Quote:
quote:
Originally posted by LK:
The best thing to do is to use jgeoff's modification to this mod - http://www.thegodfathertrilogy.net/chatbox_howto.txt
Hi,

I've tried to use it, but it doesn't work the same way as it does on his site.

Appereantly some perl code was changed as well.

Could i get this extra mod?

rockband

Top
#197768 - 01/04/03 12:28 AM Re: [6.4 - 6.6] [beta] Shoutbox
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
There are some small differences in ubb_shoutbox.cgi such as removing the textbox...
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#197769 - 01/04/03 09:18 AM Re: [6.4 - 6.6] [beta] Shoutbox
twslex Offline
Member

Registered: 06/13/02
Posts: 100
Quote:
quote:
Originally posted by LK:
There are some small differences in ubb_shoutbox.cgi such as removing the textbox...
I can see that this part was removed:
[code][/code]But what more???
After a refress the shoutbox2 does get messed up.

Top
#197770 - 01/06/03 08:17 PM Re: [6.4 - 6.6] [beta] Shoutbox
caroth Offline
Member

Registered: 05/30/01
Posts: 54
No workie on IIS boxes:

http://hack.turboford.org

edit: Works great! Thanks

Top
Page 1 of 6 1 2 3 4 5 6 >



Moderator:  Charles, Gizmo 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks